3.346 \(\int \frac {1}{(d x+e x^2) \log (c (a+b x)^n)} \, dx\)

Optimal. Leaf size=53 \[ \frac {\text {Int}\left (\frac {1}{x \log \left (c (a+b x)^n\right )},x\right )}{d}-\frac {e \text {Int}\left (\frac {1}{(d+e x) \log \left (c (a+b x)^n\right )},x\right )}{d} \]

[Out]

Unintegrable(1/x/ln(c*(b*x+a)^n),x)/d-e*Unintegrable(1/(e*x+d)/ln(c*(b*x+a)^n),x)/d

________________________________________________________________________________________

Rubi [A]  time = 0.11, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {1}{\left (d x+e x^2\right ) \log \left (c (a+b x)^n\right )} \, dx \]

Verification is Not applicable to the result.

[In]

Int[1/((d*x + e*x^2)*Log[c*(a + b*x)^n]),x]

[Out]

Defer[Int][1/(x*Log[c*(a + b*x)^n]), x]/d - (e*Defer[Int][1/((d + e*x)*Log[c*(a + b*x)^n]), x])/d

Rubi steps

\begin {align*} \int \frac {1}{\left (d x+e x^2\right ) \log \left (c (a+b x)^n\right )} \, dx &=\int \frac {1}{x (d+e x) \log \left (c (a+b x)^n\right )} \, dx\\ &=\int \left (\frac {1}{d x \log \left (c (a+b x)^n\right )}-\frac {e}{d (d+e x) \log \left (c (a+b x)^n\right )}\right ) \, dx\\ &=\frac {\int \frac {1}{x \log \left (c (a+b x)^n\right )} \, dx}{d}-\frac {e \int \frac {1}{(d+e x) \log \left (c (a+b x)^n\right )} \, dx}{d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.70, size = 0, normalized size = 0.00 \[ \int \frac {1}{\left (d x+e x^2\right ) \log \left (c (a+b x)^n\right )} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[1/((d*x + e*x^2)*Log[c*(a + b*x)^n]),x]

[Out]

Integrate[1/((d*x + e*x^2)*Log[c*(a + b*x)^n]), x]

________________________________________________________________________________________

fricas [A]  time = 0.44, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {1}{{\left (e x^{2} + d x\right )} \log \left ({\left (b x + a\right )}^{n} c\right )}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x^2+d*x)/log(c*(b*x+a)^n),x, algorithm="fricas")

[Out]

integral(1/((e*x^2 + d*x)*log((b*x + a)^n*c)), x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{{\left (e x^{2} + d x\right )} \log \left ({\left (b x + a\right )}^{n} c\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x^2+d*x)/log(c*(b*x+a)^n),x, algorithm="giac")

[Out]

integrate(1/((e*x^2 + d*x)*log((b*x + a)^n*c)), x)

________________________________________________________________________________________

maple [A]  time = 0.71, size = 0, normalized size = 0.00 \[ \int \frac {1}{\left (e \,x^{2}+d x \right ) \ln \left (c \left (b x +a \right )^{n}\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(e*x^2+d*x)/ln(c*(b*x+a)^n),x)

[Out]

int(1/(e*x^2+d*x)/ln(c*(b*x+a)^n),x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{{\left (e x^{2} + d x\right )} \log \left ({\left (b x + a\right )}^{n} c\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x^2+d*x)/log(c*(b*x+a)^n),x, algorithm="maxima")

[Out]

integrate(1/((e*x^2 + d*x)*log((b*x + a)^n*c)), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {1}{\ln \left (c\,{\left (a+b\,x\right )}^n\right )\,\left (e\,x^2+d\,x\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(log(c*(a + b*x)^n)*(d*x + e*x^2)),x)

[Out]

int(1/(log(c*(a + b*x)^n)*(d*x + e*x^2)), x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{x \left (d + e x\right ) \log {\left (c \left (a + b x\right )^{n} \right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x**2+d*x)/ln(c*(b*x+a)**n),x)

[Out]

Integral(1/(x*(d + e*x)*log(c*(a + b*x)**n)), x)

________________________________________________________________________________________